home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / foomatic-db-hpijs / README < prev    next >
Text File  |  2008-08-14  |  3KB  |  112 lines

  1.  
  2. Foomatic Data for the HPIJS Printer Drivers
  3. ===========================================
  4.  
  5. foomatic-db-hpijs
  6. -----------------
  7.  
  8.  
  9. Foomatic data for the HP's HPIJS (http://hplip.sourceforge.net)
  10. printer drivers, to be added to the Foomatic database (package
  11. foomatic-db).
  12.  
  13.  
  14. Till Kamppeter <till.kamppeter@gmail.com>
  15.  
  16. http://www.openprinting.org/
  17.  
  18. This README contains mainly info for developers. See the file USAGE if
  19. you want to know how to use this package.
  20.  
  21.  
  22. Copying
  23. -------
  24.  
  25. This package and also the other Foomatic packages are under the
  26. GPL. See http://www.gnu.org/.
  27.  
  28.  
  29. Bugs
  30. ----
  31.  
  32. If you spot a data error or any other bug, either post on the Foomatic
  33. developer mailing list
  34.  
  35. http://lists.freestandards.org/mailman/listinfo/printing-foomatic
  36.  
  37. or post on the OpenPrinting site support forum
  38.  
  39. http://forums.openprinting.org/list.php?34
  40.  
  41.  
  42. Intro
  43. -----
  44.  
  45. This is the stable version of Foomatic. See
  46.  
  47. http://www.linux-foundation.org/en/OpenPrinting/Database/HowToContribute#programming
  48.  
  49. to know more about its development.
  50.  
  51. Your suggestions, bug reports, patches, ... are welcome on
  52.  
  53. http://forums.openprinting.org/list.php?34
  54.  
  55. The Foomatic data generated by this package is also used in our web interface:
  56.  
  57. http://www.openprinting.org/
  58.  
  59.  
  60. Programs and important files from this package
  61. ----------------------------------------------
  62.  
  63. configure.in
  64.  
  65.   The source from which GNU autoconf generates the "configure" script
  66.  
  67. acinclude.m4
  68.  
  69.   Additional macros for the "configure" script
  70.  
  71. make_configure
  72.  
  73.   Calls aclocal and autoconf to generate "configure" from "configure.ac" 
  74.   and "acinclude.m4"
  75.  
  76. Makefile.in
  77.  
  78.   The template from which "configure" generates the Makefile
  79.  
  80. install-sh
  81.  
  82.   Helper script for "configure"
  83.  
  84. data-generators/hpijs/hpijs-printermap
  85.  
  86.   List of all printers supported by HPIJS with Foomatic printer ID,
  87.   manufacturer/model ID for HPIJS, compatibility class, and maximum paper
  88.   size
  89.  
  90. data-generators/hpijs/hpijs-generator
  91.  
  92.   Script which makes Foomatic XML files (1 driver, 5 options) with the
  93.   help of data-generators/hpijs/hpijs-printermap. Give the database
  94.   directory as command line argument.
  95.  
  96. data-generators/hpijs/hpijs-remover
  97.  
  98.   Script which removes the  Foomatic XML files for HPIJS. Give the database
  99.   directory as command line argument.
  100.  
  101.  
  102. Dependencies
  103. ------------
  104.  
  105. This package requires a Perl interpreter and the Foomatic database,
  106. foomatic-db.
  107.  
  108. foomatic-db-engine 3.0.0 or newer is required to handle the data in
  109. this package.
  110.  
  111. See the USAGE file for installation details.
  112.